Tag Archives: index

Remove index.php from CodeIgniter URL Path using

Nov 15, 2013

If you are using Codeigniter (PHP Framework) you are noticed that by default index.php will be included with your URL. But you can easily remove..

Read more

How to create a robots.txt file

Oct 03, 2013

The robots.txt file is used to instruct search engine robots about what pages on your website should be crawled and consequently indexed. Most websites have..

Read more

Re-indexing an array in PHP

Aug 07, 2013

Sometimes you need to re-index a numerically indexed array after removing elements from it.  Actually if you remove one or more elements from the middle..

Read more

how to add your site to google

Jul 31, 2012

Adding your site to the Google Index means that viewers who use that search engine will have your website as an option when looking up..

Read more

How to create a list in python

Jul 17, 2012

In Python, there is no such thing as an array. Instead, we have lists, which are even more flexible. In arrays, you can only have..

Read more